symbolic debugging造句
例句与造句
- Use a release build with symbolic debug information
使用带符号(调试)信息的发布版本。 - Generate symbolic debugging information character set
生成符号调试信息 - Symbolic debugging information
符号调试信息 - Symbolic debug info
符号侦错信息 - Produces an . obj file containing full symbolic debugging information for use with the debugger
生成包含用于调试器的完整符号调试信息的. obj文件。 - It's difficult to find symbolic debugging in a sentence. 用symbolic debugging造句挺难的
- The release configuration of your program contains no symbolic debug information and is fully optimized
程序的“发布”配置被完全优化,不包含任何符号调试信息。 - The debug configuration of your program is compiled with full symbolic debug information and no optimization
程序的“调试”配置用全部符号调试信息编译,不进行优化。 - The symbolic debugging information includes the names and types of variables , as well as functions and line numbers
符号调试信息包括变量的名称和类型以及函数和行号。 - When you use optimizations to create a release build , the compiler will not produce symbolic debugging information
当使用优化创建发布版本时,编译器不会产生符号调试信息。 - Produces a program database that contains type information and symbolic debugging information for use with the debugger
产生包含用于调试器的类型信息和符号调试信息的程序数据库( pdb ) 。 - The absence of symbolic debugging information , along with the fact that code is not generated for trace and assert calls , means that the size of your executable file is reduced and will therefore be faster
没有符号调试信息,以及不为trace和assert调用生成代码的事实,意味着可执行文件的大小将减小并由此运行得更快。